'DeclarationPublic Function New( _ ByVal collection As IEnumerable(Of XmlElement) _ )
'UsageDim collection As IEnumerable(Of XmlElement) Dim instance As New XmlElementCollection(collection)
public XmlElementCollection( IEnumerable<XmlElement> collection )
public: XmlElementCollection( IEnumerable<XmlElement^>^ collection )
Parameters
- collection
- A collection of XmlElement's to add to this collection